home *** CD-ROM | disk | FTP | other *** search
/ Tecnología informática 3 / 020506_1014.mdf / Unidad 08 Comunicaciones / Futuris Imager / imager.exe / plugins / f_blur.dll / 0 / RCDATA / TFRMBLUR / TFRMBLUR.txt
Text File  |  2002-01-04  |  1KB  |  72 lines

  1. object frmBlur: TfrmBlur
  2.   Left = 192
  3.   Top = 107
  4.   ActiveControl = btnOK
  5.   BorderStyle = bsDialog
  6.   Caption = 'Blur'
  7.   ClientHeight = 100
  8.   ClientWidth = 301
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnOK: TButton
  20.     Left = 141
  21.     Top = 72
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'OK'
  25.     Default = True
  26.     TabOrder = 0
  27.     OnClick = btnOKClick
  28.   end
  29.   object btnCancel: TButton
  30.     Left = 220
  31.     Top = 72
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'Cancel'
  35.     TabOrder = 1
  36.     OnClick = btnCancelClick
  37.   end
  38.   object gbxBlur: TGroupBox
  39.     Left = 3
  40.     Top = 3
  41.     Width = 292
  42.     Height = 64
  43.     Caption = ' Amount of blur '
  44.     TabOrder = 2
  45.     object lblValue: TLabel
  46.       Left = 266
  47.       Top = 22
  48.       Width = 6
  49.       Height = 13
  50.       Caption = '1'
  51.       Transparent = True
  52.     end
  53.     object trbAmount: TTrackBar
  54.       Left = 9
  55.       Top = 19
  56.       Width = 255
  57.       Height = 32
  58.       Max = 100
  59.       Min = 10
  60.       Orientation = trHorizontal
  61.       Frequency = 10
  62.       Position = 10
  63.       SelEnd = 0
  64.       SelStart = 0
  65.       TabOrder = 0
  66.       TickMarks = tmBottomRight
  67.       TickStyle = tsAuto
  68.       OnChange = trbAmountChange
  69.     end
  70.   end
  71. end
  72.